In Azure Service Bus messages are durably stored which enables a load-leveling benefit. Which of the following correctly describes the load-leveling benefit relative to a consuming application's performance?
Performance needs to handle peak load
Performance needs to handle average load
Performance needs to handle low loads
Intermediating message producers and consumers with a queue means that the consuming application only has to be able to handle average load instead of peak load.